Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellMatrix<T> Class / Clone Method


In This Topic
    Clone Method (CellMatrix<T>)
    In This Topic
    Clones this instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As CellMatrix(Of T)
    'Usage
     
    
    Dim instance As CellMatrix(Of T)
    Dim value As CellMatrix(Of T)
     
    value = instance.Clone()
    public CellMatrix<T> Clone()
    See Also